home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / s390 / Makefile
Encoding:
Makefile  |  2008-12-24  |  250 b   |  12 lines

  1. #
  2. # Makefile for the S/390 specific device drivers
  3. #
  4.  
  5. CFLAGS_sysinfo.o += -Iinclude/math-emu -Iarch/s390/math-emu -w
  6.  
  7. obj-y += s390mach.o sysinfo.o s390_rdev.o
  8. obj-y += cio/ block/ char/ crypto/ net/ scsi/ kvm/
  9.  
  10. drivers-y += drivers/s390/built-in.o
  11.  
  12.